Microsoft Windows graphic

To force quorum in a majority node set server cluster

  1. Open Cluster Administrator.
  2. Stop the Cluster service on all remaining nodes.

    For more information on stopping the Cluster service, see "To stop the Cluster service" in Related Topics.

  3. Open Registry Editor.
  4. Create a String value called ForceQuorum under the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClusSvc\Parameters subkey
  5. Set the value of ForceQuorum to a comma-separated list of the names of the nodes that are to be part of the quorum set.

    For example, if the cluster that has lost quorum contains nodes "Node5", "Node6" and "Node7", then set up the ForceQuorum registry key as "Node5,Node6,Node7".

    Caution

  6. Start the Cluster service on the remaining nodes.

    For more information on starting the Cluster service, see "To start the Cluster service" in Related Topics.

Important

Notes

Related Topics